SplDoublyLinkedList
PHP Manual

SplDoublyLinkedList::shift

(PHP 5 >= 5.3.0)

SplDoublyLinkedList::shiftShifts a node from the beginning of the doubly linked list

Descripción

mixed SplDoublyLinkedList::shift ( void )

Lista de parámetros

This function has no parameters.

Valores retornados

The value of the shifted node.


SplDoublyLinkedList
PHP Manual